Coder Social home page Coder Social logo

Comments (2)

ronnylt avatar ronnylt commented on April 27, 2024

Replaced the @reach/alert stuff with simple markup, but now getting other error:

npm run dev      

> dev
> run-p "dev:*"


> dev:remix
> node --require ./mocks ./node_modules/.bin/remix dev


> dev:css
> npm run generate:css -- --watch

/Workspace/ronnylt/remix/remix-examples/_official-blog-tutorial/node_modules/esbuild-register/dist/node.js:4810
        throw error;
        ^

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib' is not defined by "exports" in /Users/ronnylt/Workspace/ronnylt/remix/remix-examples/_official-blog-tutorial/node_modules/headers-polyfill/package.json
    at __node_internal_captureLargerStackTrace (node:internal/errors:478:5)
    at new NodeError (node:internal/errors:387:5)
    at throwExportsNotFound (node:internal/modules/esm/resolve:365:9)
    at packageExportsResolve (node:internal/modules/esm/resolve:649:3)
    at resolveExports (node:internal/modules/cjs/loader:529:36)
    at Function.Module._findPath (node:internal/modules/cjs/loader:569:31)
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:981:27)
    at Function.Module._resolveFilename (/Users/ronnylt/Workspace/ronnylt/remix/remix-examples/_official-blog-tutorial/node_modules/esbuild-register/dist/node.js:4768:36)
    at Function.Module._load (node:internal/modules/cjs/loader:841:27)
    at Module.require (node:internal/modules/cjs/loader:1067:19)
    at require (node:internal/modules/cjs/helpers:103:18)
    at Object.<anonymous> (/Users/ronnylt/Workspace/ronnylt/remix/remix-examples/_official-blog-tutorial/node_modules/@mswjs/interceptors/src/interceptors/ClientRequest/NodeClientRequest.ts:5:1)
    at Module._compile (node:internal/modules/cjs/loader:1165:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
    at Object.newLoader (/Users/ronnylt/Workspace/ronnylt/remix/remix-examples/_official-blog-tutorial/node_modules/esbuild-register/dist/node.js:2262:9)
    at Object.extensions..js (/Users/ronnylt/Workspace/ronnylt/remix/remix-examples/_official-blog-tutorial/node_modules/esbuild-register/dist/node.js:4807:24)
    at Module.load (node:internal/modules/cjs/loader:1043:32)
    at Function.Module._load (node:internal/modules/cjs/loader:878:12)
    at Module.require (node:internal/modules/cjs/loader:1067:19)
    at require (node:internal/modules/cjs/helpers:103:18)
    at Object.<anonymous> (/Users/ronnylt/Workspace/ronnylt/remix/remix-examples/_official-blog-tutorial/node_modules/@mswjs/interceptors/src/interceptors/ClientRequest/http.get.ts:3:1)
    at Module._compile (node:internal/modules/cjs/loader:1165:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
    at Object.newLoader (/Users/ronnylt/Workspace/ronnylt/remix/remix-examples/_official-blog-tutorial/node_modules/esbuild-register/dist/node.js:2262:9)
    at Object.extensions..js (/Users/ronnylt/Workspace/ronnylt/remix/remix-examples/_official-blog-tutorial/node_modules/esbuild-register/dist/node.js:4807:24)
    at Module.load (node:internal/modules/cjs/loader:1043:32)
    at Function.Module._load (node:internal/modules/cjs/loader:878:12)
    at Module.require (node:internal/modules/cjs/loader:1067:19)
    at require (node:internal/modules/cjs/helpers:103:18)
    at Object.<anonymous> (/Users/ronnylt/Workspace/ronnylt/remix/remix-examples/_official-blog-tutorial/node_modules/@mswjs/interceptors/src/interceptors/ClientRequest/index.ts:5:1)
    at Module._compile (node:internal/modules/cjs/loader:1165:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
    at Object.newLoader (/Users/ronnylt/Workspace/ronnylt/remix/remix-examples/_official-blog-tutorial/node_modules/esbuild-register/dist/node.js:2262:9)
    at Object.extensions..js (/Users/ronnylt/Workspace/ronnylt/remix/remix-examples/_official-blog-tutorial/node_modules/esbuild-register/dist/node.js:4807:24)
    at Module.load (node:internal/modules/cjs/loader:1043:32)
    at Function.Module._load (node:internal/modules/cjs/loader:878:12)
    at Module.require (node:internal/modules/cjs/loader:1067:19)
    at require (node:internal/modules/cjs/helpers:103:18)
    at Object.<anonymous> (/Users/ronnylt/Workspace/ronnylt/remix/remix-examples/_official-blog-tutorial/node_modules/msw/node/lib/index.js:5:21)
    at Module._compile (node:internal/modules/cjs/loader:1165:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
    at Object.newLoader (/Users/ronnylt/Workspace/ronnylt/remix/remix-examples/_official-blog-tutorial/node_modules/esbuild-register/dist/node.js:2262:9)
    at Object.extensions..js (/Users/ronnylt/Workspace/ronnylt/remix/remix-examples/_official-blog-tutorial/node_modules/esbuild-register/dist/node.js:4807:24)
    at Module.load (node:internal/modules/cjs/loader:1043:32)
    at Function.Module._load (node:internal/modules/cjs/loader:878:12)
    at Module.require (node:internal/modules/cjs/loader:1067:19)
    at require (node:internal/modules/cjs/helpers:103:18)
    at Object.<anonymous> (/Users/ronnylt/Workspace/ronnylt/remix/remix-examples/_official-blog-tutorial/mocks/start.ts:1:29)
    at Module._compile (node:internal/modules/cjs/loader:1165:14)
    at Module._compile (/Users/ronnylt/Workspace/ronnylt/remix/remix-examples/_official-blog-tutorial/node_modules/esbuild-register/dist/node.js:2258:26)
    at Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
    at Object.newLoader [as .ts] (/Users/ronnylt/Workspace/ronnylt/remix/remix-examples/_official-blog-tutorial/node_modules/esbuild-register/dist/node.js:2262:9)
    at Module.load (node:internal/modules/cjs/loader:1043:32)
    at Function.Module._load (node:internal/modules/cjs/loader:878:12)
    at Module.require (node:internal/modules/cjs/loader:1067:19)
    at require (node:internal/modules/cjs/helpers:103:18)
    at Object.<anonymous> (/Users/ronnylt/Workspace/ronnylt/remix/remix-examples/_official-blog-tutorial/mocks/index.js:2:1)
    at Module._compile (node:internal/modules/cjs/loader:1165:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
    at Module.load (node:internal/modules/cjs/loader:1043:32)
    at Function.Module._load (node:internal/modules/cjs/loader:878:12)
    at Module.require (node:internal/modules/cjs/loader:1067:19)
    at Module._preloadModules (node:internal/modules/cjs/loader:1342:12)
    at loadPreloadModules (node:internal/bootstrap/pre_execution:583:5)
    at prepareMainThreadExecution (node:internal/bootstrap/pre_execution:95:3)
    at node:internal/main/run_main_module:9:1 {
  code: 'ERR_PACKAGE_PATH_NOT_EXPORTED'
}
ERROR: "dev:remix" exited with 1.

from examples.

github-actions avatar github-actions commented on April 27, 2024

This issue has been automatically closed because we haven't received a response from the original author 🙈. This automation helps keep the issue tracker clean from issues that are unactionable. Please reach out if you have more information for us! 🙂

from examples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.