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
Have you experienced this bug with the latest version of the template?
Yes
Steps to Reproduce
Run npx create-remix --template remix-run/blues-stack
(say Yes to everything)
Then run npm run validate, and you will see:
TypeError: interceptors.createInterceptor is not a function
at setupServer (/Users/usr/src/my-remix-app/node_modules/msw/node/lib/index.js:8143:42)
at mocks/index.js (/Users/usr/src/my-remix-app/mocks/index.js:3:16)
at __require (/Users/usr/src/my-remix-app/server/index.js:12:50)
at Object.<anonymous> (/Users/usr/src/my-remix-app/server.ts:5:3)
at Module._compile (internal/modules/cjs/loader.js:1063:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Function.Module._load (internal/modules/cjs/loader.js:769:14)
at Module.require (internal/modules/cjs/loader.js:952:19)
at require (internal/modules/cjs/helpers.js:88:18)
Or, run npm run dev and go to http://localhost:3000 and you will see the same error
Expected Behavior
The template should work out of the box
Actual Behavior
The template is broken and unusable
The text was updated successfully, but these errors were encountered:
Have you experienced this bug with the latest version of the template?
Yes
Steps to Reproduce
Run
npx create-remix --template remix-run/blues-stack
(say Yes to everything)
Then run
npm run validate
, and you will see:Or, run
npm run dev
and go tohttp://localhost:3000
and you will see the same errorExpected Behavior
The template should work out of the box
Actual Behavior
The template is broken and unusable
The text was updated successfully, but these errors were encountered: