错误:找不到模块 'C:\Users\senyo\AppData\Roaming\npm\node_modules\expo-cli\bin\expo.js'

Sen*_*dan 3 node.js npm reactjs react-native expo

Error: Cannot find module 'C:\Users\senyo\AppData\Roaming\npm\node_modules\expo-cli\bin\expo.js'

    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:603:15)
    at Function.Module._load (internal/modules/cjs/loader.js:529:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:774:12)
    at executeUserCode (internal/bootstrap/node.js:499:15)
    at startMainThreadExecution (internal/bootstrap/node.js:436:3)

npm ERR! code ELIFECYCLE

npm ERR! errno 1
npm ERR! argon-react-native@1.3.0 start: `expo start`
npm ERR! Exit status 1
npm ERR!

npm ERR! Failed at the argon-react-native@1.3.0 start 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:\Users\senyo\AppData\Roaming\npm-cache\_logs\2019-11-20T07_36_37_359Z-debug.log
Run Code Online (Sandbox Code Playgroud)

小智 8

尝试

npm install -g expo-cli --force
Run Code Online (Sandbox Code Playgroud)

这对我有用

  • 你救了我。谢谢。 (2认同)