Nuxt reports the following error after running the access page on window (the project has been started, the node package has been deleted and npm and yarn have tried many times)

npm err! Code ELIFECYCLE
npm err! Errno 3221225725
npm err! Kr-vue@1.0.0 dev: cross-env NODE_ENV=development node server/index.js
npm err! Exit status 3221225725
npm err!
npm err! Failed at the kr-vue@1.0.0 dev script.
npm err! This is probably not a problem with npm. There is likely additional logging output above.

npm err! A complete log of this run can be found in:
npm err! C:UsersASUSAppDataRoamingnpm-cache_logs2018-07-01T10_12_52_885Z-debug.log

node v8.11.3
npm 5.6.0

nuxt 1.0.0-rc11

normal operation on mac
nuxt upgrade to 1.2.1 still reported an error


sighs that it is exactly the same mistake. After investigation, it is found that there are two reasons. One is that the node-sass in node_modules was modified by the great god in the project, and the other is that I mistakenly installed 32-bit node, in the hope that it will help you. PS:3221225725 is simply evil.

Menu