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
I install jspsych-builder and update jspsych manually. There are some errors to lanuch.
> jspsych -e experiment run
✖ Building experiment
→ Add the extension to the request.
Starting development server
Error:
ERROR in ./node_modules/jspsych/dist/index.js 3:0-45
Module not found: Error: Can't resolve 'seedrandom/lib/alea' in '/Users/tongzhao/Documents/Experiment_for_Doctoral_Thesis/corruption_exp/node_modules/jspsych/dist'
Did you mean 'alea.js'?
BREAKING CHANGE: The request 'seedrandom/lib/alea' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '*.mjs' file, or a '*.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
Add the extension to the request.
If some help I can provide, it's my pleasure.
The text was updated successfully, but these errors were encountered:
I install jspsych-builder and update jspsych manually. There are some errors to lanuch.
If some help I can provide, it's my pleasure.
The text was updated successfully, but these errors were encountered: