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
When running "npm run build" in a cloned repository the schema construction works as intended. However, when running "npm run build" in a forked repository the schema construction terminates with the error message below.
\
With the error lying in url-template.js, I used the diff command to observe if there were any differences between the url-template.js in the forked repository vs the cloned repository. Strangely enough, the diff command returned that there were no differences.
IMPORTANT NOTE: The files in src/common.js and the data directory were changed slightly. Changes seen in #176 . However, I do not see these changes causing a problem. Is there something I am overlooking?
When running "npm run build" in a cloned repository the schema construction works as intended. However, when running "npm run build" in a forked repository the schema construction terminates with the error message below.
\
With the error lying in url-template.js, I used the diff command to observe if there were any differences between the url-template.js in the forked repository vs the cloned repository. Strangely enough, the diff command returned that there were no differences.
IMPORTANT NOTE: The files in src/common.js and the data directory were changed slightly. Changes seen in #176 . However, I do not see these changes causing a problem. Is there something I am overlooking?
The forked repository link: https://github.com/dchoi127/skohub-vocabs
The text was updated successfully, but these errors were encountered: