You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I written "console.log(output.error);" in src/Installer.js, the terminal displays as follows.
Installing underscore...
{ Error: spawnSync npm ENOENT
at exports._errnoException (util.js:1020:11)
at spawnSync (child_process.js:450:20)
at Function.spawnSync [as sync] (/Users/alfred/Desktop/learning/plutarch/node_modules/npm-install-webpack-plugin/node_modules/cross-spawn/index.js:46:14)
at Object.install (/Users/alfred/Desktop/learning/plutarch/node_modules/npm-install-webpack-plugin/src/installer.js:159:22)
at NpmInstallPlugin.install (/Users/alfred/Desktop/learning/plutarch/node_modules/npm-install-webpack-plugin/src/plugin.js:73:15)
at NpmInstallPlugin.<anonymous> (/Users/alfred/Desktop/learning/plutarch/node_modules/npm-install-webpack-plugin/src/plugin.js:193:12)
at onError (/Users/alfred/Desktop/learning/plutarch/node_modules/enhanced-resolve/lib/Resolver.js:65:10)
at loggingCallbackWrapper (/Users/alfred/Desktop/learning/plutarch/node_modules/enhanced-resolve/lib/createInnerCallback.js:31:19)
at runAfter (/Users/alfred/Desktop/learning/plutarch/node_modules/enhanced-resolve/lib/Resolver.js:158:4)
at innerCallback (/Users/alfred/Desktop/learning/plutarch/node_modules/enhanced-resolve/lib/Resolver.js:146:3)
Will it be better to print this error?
The text was updated successfully, but these errors were encountered:
Hi!
Dependencies hasn't installed when I set process.env.NODE_ENV to "development" on Mac OS.
After I written "console.log(output.error);" in src/Installer.js, the terminal displays as follows.
Will it be better to print this error?
The text was updated successfully, but these errors were encountered: