-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error installing AdminLTE v3-rc4 via npm #2317
Comments
I found a similar issue on github, the issue author closed his issue with this:
The npm error say also "This is probably not a problem with npm". |
But have no Sense because RC.1 Is not failing
|
The difference between rc.1 and rc.4 is that the plugins come not within the npm package, caused they are in the package.json and will installed with adminlte and for this is the plugins script, may I will remove it from install scripts to avoid this errors. |
Well, finally I could install rc.4 via npm. Effectively, It was a permission issue. Edit: |
I close this issue 😄 |
@REJack I just experienced some problems with yarn, as somehow the plugins folder no longer contained the plugin I was expecting (this was due to the fact that it was downgraded to v2 by mistake, so no direct connection with this particular issue). I think it would indeed be wise to remove the custom install script for the plugins, and make users aware that they should link the assets from the |
I had similar issue |
Issue type:
Environment:
Description:
When you trying to install AdminLTE v3 vía npm as described in documentation
npm install admin-lte@v3-latest --save
It's throwing an error like this:
npm ERR! code ELIFECYCLE
npm ERR! errno 243
npm ERR! [email protected] install: npm run plugins
npm ERR! Exit status 243
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
I've tried cleaning and reinstall with this command:
npm cache clean --force && rm -rf node_modules && rm ./package-lock.json && npm install
But was not successfull
Here is a more detailed StackTrace:
36407 verbose stack Error: [email protected] install: npm run plugins
36407 verbose stack Exit status 243
36407 verbose stack at EventEmitter. (/home/laradock/.nvm/versions/node/v12.9.0/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
36407 verbose stack at EventEmitter.emit (events.js:209:13)
36407 verbose stack at ChildProcess. (/home/laradock/.nvm/versions/node/v12.9.0/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
36407 verbose stack at ChildProcess.emit (events.js:209:13)
36407 verbose stack at maybeClose (internal/child_process.js:1021:16)
36407 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
The text was updated successfully, but these errors were encountered: