First Time Building An App so please excuse me if I’m being a dunce here but I’ve tried repeatedly to get it past this point and it’s just not working. Following the instructions here getting to step 3: https://shopify.dev/apps/getting-started/create
-
I see my app in my partner dashboard.
-
I change directories into my app folder (I’ve done this both before and after creating a tunnel with same result)
-
I create a tunnel with my token and it tells me .env saved to project root and then it asks me:
-
Do you want to update your application url?
(Node crashes no matter what I chose)
5.Then I get the following output.
Any advice much appreciated.
[nodemon] 2.0.15
┃ [nodemon] to restart at any time, enter `rs`
┃ [nodemon] watching path(s): server/index.js
┃ [nodemon] watching extensions: js,mjs,json
┃ [nodemon] starting `node ./server/index.js`
┃ Browserslist: caniuse-lite is outdated. Please run:
┃ npx browserslist@latest --update-db
┃
┃ Why you should do it regularly:
┃ https://github.com/browserslist/browserslist#browsers-data-updating
┃ Browserslist: caniuse-lite is outdated. Please run:
┃ npx browserslist@latest --update-db
┃ node:internal/modules/cjs/loader:488
┃ throw e;
┃ ^
┃
┃ Error: Package subpath './lib/parser' is not defined by "exports" in /Users/macuser/Desktop/unsies/UnsieApp/unsie-builder/node_modules/next/node_modules/postcss/package.json
┃ at new NodeError (node:internal/errors:371:5)
┃ at throwExportsNotFound (node:internal/modules/esm/resolve:416:9)
┃ at packageExportsResolve (node:internal/modules/esm/resolve:669:3)
┃ at resolveExports (node:internal/modules/cjs/loader:482:36)
┃ at Function.Module._findPath (node:internal/modules/cjs/loader:522:31)
┃ at Function.Module._resolveFilename (node:internal/modules/cjs/loader:919:27)
┃ at Function.Module._load (node:internal/modules/cjs/loader:778:27)
┃ at Module.require (node:internal/modules/cjs/loader:999:19)
┃ at require (node:internal/modules/cjs/helpers:102:18)
┃ at Object.552 (/Users/macuser/Desktop/unsies/UnsieApp/unsie-builder/node_modules/next/dist/compiled/postcss-scss/scss-syntax.js:1:11590)
┃ at __webpack_require__ (/Users/macuser/Desktop/unsies/UnsieApp/unsie-builder/node_modules/next/dist/compiled/postcss-scss/scss-syntax.js:1:11735)
┃ at Object.560 (/Users/macuser/Desktop/unsies/UnsieApp/unsie-builder/node_modules/next/dist/compiled/postcss-scss/scss-syntax.js:1:400)
┃ at __webpack_require__ (/Users/macuser/Desktop/unsies/UnsieApp/unsie-builder/node_modules/next/dist/compiled/postcss-scss/scss-syntax.js:1:11735)
┃ at Object.290 (/Users/macuser/Desktop/unsies/UnsieApp/unsie-builder/node_modules/next/dist/compiled/postcss-scss/scss-syntax.js:1:260)
┃ at __webpack_require__ (/Users/macuser/Desktop/unsies/UnsieApp/unsie-builder/node_modules/next/dist/compiled/postcss-scss/scss-syntax.js:1:11735)
┃ at Object.632 (/Users/macuser/Desktop/unsies/UnsieApp/unsie-builder/node_modules/next/dist/compiled/postcss-scss/scss-syntax.js:1:3733) {
┃ code: 'ERR_PACKAGE_PATH_NOT_EXPORTED'
┃ }
┃
┃ Node.js v17.0.1
┃ [nodemon] app crashed - waiting for file changes before starting...