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
@fosk06
Try to change
{ enforce: "pre", test: /.js$/, loader: "source-map-loader" }
to
{ enforce: "pre", test: /.js$/, loader: "source-map-loader", exclude: [/node_modules/] }
I had same problem
I c'ant compile a very basic file with graphql tools.
The files are in the zip folder.
The error i have when i try "tsc" command :
node_modules/@types/graphql/execution/execute.d.ts(1,44): error TS2307: Cannot find module '../error'. node_modules/@types/graphql/index.d.ts(150,8): error TS2307: Cannot find module './type'. node_modules/@types/graphql/index.d.ts(234,8): error TS2307: Cannot find module './language'. node_modules/@types/graphql/index.d.ts(245,8): error TS2307: Cannot find module './execution'. node_modules/@types/graphql/index.d.ts(247,52): error TS2307: Cannot find module './subscription'. node_modules/@types/graphql/index.d.ts(282,8): error TS2307: Cannot find module './validation'. node_modules/@types/graphql/index.d.ts(285,78): error TS2307: Cannot find module './error'. node_modules/@types/graphql/index.d.ts(380,8): error TS2307: Cannot find module './utilities'. node_modules/@types/graphql/language/lexer.d.ts(3,29): error TS2307: Cannot find module '../error'. src/index.ts(2,38): error TS2307: Cannot find module 'graphql-tools'.
example.zip
The text was updated successfully, but these errors were encountered: