【发布时间】:2020-06-24 13:31:07
【问题描述】:
我正在尝试学习 shopify 应用教程。
https://shopify.dev/tutorials/build-a-shopify-app-with-node-and-react/set-up-your-app
当我运行 npm run dev 时,出现以下错误。
started server on http://localhost:3000
TypeError: Cannot read property 'access' of undefined
at fileExists
(/Users/user/projects/shopify_dev/node_modules/next/dist/lib/file-
exists.js:1:211)
当我尝试在不同的路径上初始化时
npm init next-app
我又遇到了一个错误
npx: installed 1 in 0.814s
/Users/user/.npm/_npx/56860/lib/node_modules/create-next-app/dist/index.js:2
SyntaxError: Unexpected token *
【问题讨论】: