Giter Club home page Giter Club logo

baker-example-page-template's People

Contributors

palewire avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

stiles rdmurphy

baker-example-page-template's Issues

Error messages when trying to use template

Hi there

I am a journalism lecturer trying to learn how to use your template and a bit stuck. I have followed the instructions up to NPM install and NPM start and get the follow error messages. I was hoping there is perhaps an easy fix out there you could share with me:
$ npm install
npm WARN deprecated [email protected]: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
npm WARN deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN cleanup Failed to remove some directories [
npm WARN cleanup [
npm WARN cleanup 'C:\Users\User\Code\my-visual-story\node_modules\@babel\plugin-syntax-typescript',
npm WARN cleanup [Error: EPERM: operation not permitted, rmdir 'C:\Users\User\Code\my-visual-story\node_modules@babel\plugin-syntax-typescript\test\fixtures\disallow-jsx-ambiguity'] {
npm WARN cleanup errno: -4048,
npm WARN cleanup code: 'EPERM',
npm WARN cleanup syscall: 'rmdir',
npm WARN cleanup path: 'C:\Users\User\Code\my-visual-story\node_modules\@babel\plugin-syntax-typescript\test\fixtures\disallow-jsx-ambiguity'
npm WARN cleanup }
npm WARN cleanup ],
npm WARN cleanup [
npm WARN cleanup 'C:\Users\User\Code\my-visual-story\node_modules\date-fns',
npm WARN cleanup [Error: EPERM: operation not permitted, rmdir 'C:\Users\User\Code\my-visual-story\node_modules\date-fns\esm\locale\pt-BR'] {
npm WARN cleanup errno: -4048,
npm WARN cleanup code: 'EPERM',
npm WARN cleanup syscall: 'rmdir',
npm WARN cleanup path: 'C:\Users\User\Code\my-visual-story\node_modules\date-fns\esm\locale\pt-BR'
npm WARN cleanup }
npm WARN cleanup ]
npm WARN cleanup ]
npm notice
npm notice New minor version of npm available! 9.5.1 -> 9.6.7
npm notice Changelog: https://github.com/npm/cli/releases/tag/v9.6.7
npm notice Run npm install -g [email protected] to update!
npm notice
npm ERR! code 1
npm ERR! path C:\Users\User\Code\my-visual-story\node_modules@vercel\git-hooks
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node ./install.js
npm ERR! โ–ณ @vercel/git-hooks: installing base hook to C:\Users\User\Code\my-visual-story.git\hooks
npm ERR! node:internal/fs/utils:347
npm ERR! throw err;
npm ERR! ^
npm ERR!
npm ERR! Error: EPERM: operation not permitted, symlink './_do_hook.cjs' -> 'C:\Users\User\Code\my-visual-story.git\hooks\applypatch-msg'
npm ERR! at Object.symlinkSync (node:fs:1741:3)
npm ERR! at installHook (C:\Users\User\Code\my-visual-story\node_modules@vercel\git-hooks\install.js:122:5)
npm ERR! at Array.forEach ()
npm ERR! at Object. (C:\Users\User\Code\my-visual-story\node_modules@vercel\git-hooks\install.js:146:3)
npm ERR! at Module._compile (node:internal/modules/cjs/loader:1254:14)
npm ERR! at Module._extensions..js (node:internal/modules/cjs/loader:1308:10)
npm ERR! at Module.load (node:internal/modules/cjs/loader:1117:32)
npm ERR! at Module._load (node:internal/modules/cjs/loader:958:12)
npm ERR! at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
npm ERR! at node:internal/main/run_main_module:23:47 {
npm ERR! errno: -4048,
npm ERR! syscall: 'symlink',
npm ERR! code: 'EPERM',
npm ERR! path: './_do_hook.cjs',
npm ERR! dest: 'C:\Users\User\Code\my-visual-story\.git\hooks\applypatch-msg'
npm ERR! }
npm ERR!
npm ERR! Node.js v18.16.0

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\User\AppData\Local\npm-cache_logs\2023-06-04T17_25_50_852Z-debug-0.log

User@DESKTOP-K8DQT6J MINGW64 ~/Code/my-visual-story (main)
$ npm start

start
NODE_ENV=development bake serve --config

'NODE_ENV' is not recognized as an internal or external command,
operable program or batch file.

Error running npm start

I cloned the repo, ran npm install and then npm start and I get an error

% npm start

> page-template@ start /projects/portfolio
> NODE_ENV=development bake serve --config

/Users/Eric.Blom.-ND/projects/portfolio/node_modules/@datagraphics/baker/bin/bake.js:4
import { bold, green, red } from 'colorette';
       ^

SyntaxError: Unexpected token {
    at Module._compile (internal/modules/cjs/loader.js:811:22)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:879:10)
    at Module.load (internal/modules/cjs/loader.js:731:32)
    at Function.Module._load (internal/modules/cjs/loader.js:644:12)
    at Function.Module.runMain (internal/modules/cjs/loader.js:931:10)
    at internal/main/run_main_module.js:17:11
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! page-template@ start: `NODE_ENV=development bake serve --config`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the page-template@ start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /.npm/_logs/2023-01-26T17_35_39_299Z-debug.log

It seems like an issue related to the import syntax, which doesn't work with some node versions, but I am using node v 12.8 so I thought it would work.

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.