Git Product home page Git Product logo

Comments (4)

scottbedard avatar scottbedard commented on July 19, 2024

Hi, sorry you're having problems, but I need more information than "it does not work". What node version are you using? What operating system / php environment are you using? Are you referring to the 2.x or 3.x version of vuetober? What error messages are you seeing? What are the steps to reproduce those errors? etc... Also, you mention updated Vue files, but Vue has not had an API change in quite some time, so I'm not sure what you're referring to.

Without this sort of information, I'm sorry, but I have no way to help you.

from vuetober.

lanrosta avatar lanrosta commented on July 19, 2024

OSX El Capitan, PHP 7 from MAMP Pro, Node version 10.11.0, latest october from https://github.com/octobercms/october, latest vuetober from https://github.com/scottbedard/oc-vuetober-theme per your instructions here on this github page. I am getting a blank page, it never stops trying to load the page and the status bar says 'Waiting for localhost...'. I can't open the inspector console due to this.

Here is my install log. Maybe youi can find an issue there?...

Brian-McCarries-iMac:mytheme brianmccarrie$ cd ../
Brian-McCarries-iMac:themes brianmccarrie$ git clone https://github.com/scottbedard/oc-vuetober-theme.git mytheme
Cloning into 'mytheme'...
remote: Enumerating objects: 181, done.
remote: Counting objects: 100% (181/181), done.
remote: Compressing objects: 100% (114/114), done.
remote: Total 2067 (delta 84), reused 139 (delta 50), pack-reused 1886
Receiving objects: 100% (2067/2067), 672.66 KiB | 126.00 KiB/s, done.
Resolving deltas: 100% (999/999), done.
Brian-McCarries-iMac:themes brianmccarrie$ cd mytheme
Brian-McCarries-iMac:mytheme brianmccarrie$ yarn
yarn install v1.10.1
[1/5] 🔍 Validating package.json...
[2/5] 🔍 Resolving packages...
[3/5] 🚚 Fetching packages...
[4/5] 🔗 Linking dependencies...
warning " > [email protected]" has incorrect peer dependency "webpack@^2.2.0".
warning " > [email protected]" has incorrect peer dependency "webpack@^2 || ^2.2.0-rc.0 || ^2.1.0-beta || ^1.12.6".
[5/5] 📃 Building fresh packages...
[6/6] ⠈ node-sass
[2/6] ⠈ fsevents
[3/6] ⠈ uws
[4/6] ⠈ node-zopfli
warning Error running install script for optional dependency: "/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/fsevents: Command failed.
Exit code: 1
Command: node install
Arguments:
Directory: /Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/fsevents
Output:
node-pre-gyp info it worked if it ends with ok
node-pre-gyp info using [email protected]
node-pre-gyp info using [email protected] | darwin | x64
node-pre-gyp info check checked for "/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" (not found)
node-pre-gyp http GET https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.3/fse-v1.1.3-node-v64-darwin-x64.tar.gz
node-pre-gyp http 404 https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.3/fse-v1.1.3-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.3/fse-v1.1.3-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp http 404 status code downloading tarball https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.3/fse-v1.1.3-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Tried to download(undefined): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.3/fse-v1.1.3-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp http Connection closed while downloading tarball file
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | darwin | x64
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | darwin | x64
gyp info ok
gyp info ok
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | darwin | x64
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | darwin | x64
gyp info spawn /usr/bin/python
gyp info spawn args [ '/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/fsevents/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/brianmccarrie/.node-gyp/10.11.0/include/node/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/Users/brianmccarrie/.node-gyp/10.11.0',
gyp info spawn args '-Dnode_gyp_dir=/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/Users/brianmccarrie/.node-gyp/10.11.0/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/fsevents',
gyp info spawn args '-Dnode_engine=v8',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp info spawn /usr/bin/python
gyp info spawn args [ '/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/fsevents/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/brianmccarrie/.node-gyp/10.11.0/include/node/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/Users/brianmccarrie/.node-gyp/10.11.0',
gyp info spawn args '-Dnode_gyp_dir=/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/Users/brianmccarrie/.node-gyp/10.11.0/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/fsevents',
gyp info spawn args '-Dnode_engine=v8',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp info ok
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | darwin | x64
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
gyp info ok
SOLINK_MODULE(target) Release/.node
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | darwin | x64
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
SOLINK_MODULE(target) Release/.node
CXX(target) Release/obj.target/fse/fsevents.o
CXX(target) Release/obj.target/fse/fsevents.o
In file included from ../fsevents.cc:6:
../../nan/nan.h:839:18: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
return node::MakeCallback(
^
/Users/brianmccarrie/.node-gyp/10.11.0/include/node/node.h:175:50: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_EXTERN v8::Localv8::Value MakeCallback(
^
In file included from ../fsevents.cc:6:
../../nan/nan.h:854:18: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
return node::MakeCallback(
^
/Users/brianmccarrie/.node-gyp/10.11.0/include/node/node.h:168:50: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_EXTERN v8::Localv8::Value MakeCallback(
^
In file included from ../fsevents.cc:6:
../../nan/nan.h:869:18: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
return node::MakeCallback(
^
/Users/brianmccarrie/.node-gyp/10.11.0/include/node/node.h:161:50: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_EXTERN v8::Localv8::Value MakeCallback(
^
In file included from ../fsevents.cc:6:
../../nan/nan.h:1478:31: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
return scope.Escape(node::MakeCallback(
^
/Users/brianmccarrie/.node-gyp/10.11.0/include/node/node.h:175:50: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_EXTERN v8::Localv8::Value MakeCallback(
^
In file included from ../fsevents.cc:6:
../../nan/nan.h:839:18: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
return node::MakeCallback(
^
/Users/brianmccarrie/.node-gyp/10.11.0/include/node/node.h:175:50: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_EXTERN v8::Localv8::Value MakeCallback(
^
In file included from ../fsevents.cc:6:
../../nan/nan.h:854:18: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
return node::MakeCallback(
^
/Users/brianmccarrie/.node-gyp/10.11.0/include/node/node.h:168:50: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_EXTERN v8::Localv8::Value MakeCallback(
^
In file included from ../fsevents.cc:6:
../../nan/nan.h:869:18: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
return node::MakeCallback(
^
/Users/brianmccarrie/.node-gyp/10.11.0/include/node/node.h:161:50: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_EXTERN v8::Localv8::Value MakeCallback(
^
In file included from ../fsevents.cc:6:
../../nan/nan.h:1478:31: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
return scope.Escape(node::MakeCallback(
^
/Users/brianmccarrie/.node-gyp/10.11.0/include/node/node.h:175:50: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_EXTERN v8::Localv8::Value MakeCallback(
^
4 warnings generated.
4 warnings generated.
sed: ./Release/.deps/Release/obj.target/fse/fsevents.o.d.raw: No such file or directory
SOLINK_MODULE(target) Release/fse.node
rm: ./Release/.deps/Release/obj.target/fse/fsevents.o.d.raw: No such file or directory
make: *** [Release/obj.target/fse/fsevents.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-gyp/lib/build.js:258:23)
gyp ERR! stack at ChildProcess.emit (events.js:182:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)
gyp ERR! System Darwin 15.6.0
gyp ERR! command "/usr/local/Cellar/node/10.11.0/bin/node" "/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" "--module_name=fse" "--module_path=/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64"
gyp ERR! cwd /Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/fsevents
gyp ERR! node -v v10.11.0
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok
node-pre-gyp ERR! build error
node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/Cellar/node/10.11.0/bin/node /Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node --module_name=fse --module_path=/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64' (1)
node-pre-gyp ERR! stack at ChildProcess. (/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
node-pre-gyp ERR! stack at ChildProcess.emit (events.js:182:13)
node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:962:16)
node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5)
node-pre-gyp ERR! System Darwin 15.6.0
node-pre-gyp ERR! command "/usr/local/Cellar/node/10.11.0/bin/node" "/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/fsevents/node_modules/node-pre-gyp/bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/fsevents
node-pre-gyp ERR! node -v v10.11.0
node-pre-gyp ERR! node-pre-gyp -v v0.6.39
node-pre-gyp ERR! not ok
Failed to execute '/usr/local/Cellar/node/10.11.0/bin/node /Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node --module_name=fse --module_path=/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64' (1)
[6/6] ⠠ node-sass
[-/6] ⠠ waiting...
[-/6] ⠠ waiting...
[4/6] ⠠ node-zopfli
warning Error running install script for optional dependency: "/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-zopfli: Command failed.
Exit code: 1
Command: node-pre-gyp install --fallback-to-build
Arguments:
Directory: /Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-zopfli
Output:
node-pre-gyp info it worked if it ends with ok
node-pre-gyp info using [email protected]
node-pre-gyp info using [email protected] | darwin | x64
node-pre-gyp info check checked for "/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-zopfli/lib/binding/node-v64-darwin-x64/zopfli.node" (not found)
node-pre-gyp http GET https://node-zopfli.s3.amazonaws.com/Release/zopfli-v2.0.2-node-v64-darwin-x64.tar.gz
node-pre-gyp http 403 https://node-zopfli.s3.amazonaws.com/Release/zopfli-v2.0.2-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Tried to download(403): https://node-zopfli.s3.amazonaws.com/Release/zopfli-v2.0.2-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp http 403 status code downloading tarball https://node-zopfli.s3.amazonaws.com/Release/zopfli-v2.0.2-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Tried to download(undefined): https://node-zopfli.s3.amazonaws.com/Release/zopfli-v2.0.2-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp http Connection closed while downloading tarball file
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | darwin | x64
gyp info ok
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | darwin | x64
gyp info ok
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | darwin | x64
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | darwin | x64
gyp info spawn /usr/bin/python
gyp info spawn args [ '/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-zopfli/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/brianmccarrie/.node-gyp/10.11.0/include/node/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/Users/brianmccarrie/.node-gyp/10.11.0',
gyp info spawn args '-Dnode_gyp_dir=/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/Users/brianmccarrie/.node-gyp/10.11.0/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-zopfli',
gyp info spawn args '-Dnode_engine=v8',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp info spawn /usr/bin/python
gyp info spawn args [ '/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-zopfli/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/brianmccarrie/.node-gyp/10.11.0/include/node/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/Users/brianmccarrie/.node-gyp/10.11.0',
gyp info spawn args '-Dnode_gyp_dir=/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/Users/brianmccarrie/.node-gyp/10.11.0/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-zopfli',
gyp info spawn args '-Dnode_engine=v8',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp info ok
gyp info ok
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | darwin | x64
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
CXX(target) Release/obj.target/zopfli/src/zopfli-binding.o
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | darwin | x64
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
CXX(target) Release/obj.target/zopfli/src/zopfli-binding.o
In file included from ../src/zopfli-binding.cc:3:
In file included from ../src/zopfli-binding.h:5:
../../nan/nan.h:839:18: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
return node::MakeCallback(
^
/Users/brianmccarrie/.node-gyp/10.11.0/include/node/node.h:175:50: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_EXTERN v8::Localv8::Value MakeCallback(
^
In file included from ../src/zopfli-binding.cc:3:
In file included from ../src/zopfli-binding.h:5:
../../nan/nan.h:854:18: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
return node::MakeCallback(
^
/Users/brianmccarrie/.node-gyp/10.11.0/include/node/node.h:168:50: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_EXTERN v8::Localv8::Value MakeCallback(
^
In file included from ../src/zopfli-binding.cc:3:
In file included from ../src/zopfli-binding.h:5:
../../nan/nan.h:869:18: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
return node::MakeCallback(
^
/Users/brianmccarrie/.node-gyp/10.11.0/include/node/node.h:161:50: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_EXTERN v8::Localv8::Value MakeCallback(
^
In file included from ../src/zopfli-binding.cc:3:
In file included from ../src/zopfli-binding.h:5:
../../nan/nan.h:1478:31: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
return scope.Escape(node::MakeCallback(
^
/Users/brianmccarrie/.node-gyp/10.11.0/include/node/node.h:175:50: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_EXTERN v8::Localv8::Value MakeCallback(
^
In file included from ../src/zopfli-binding.cc:3:
In file included from ../src/zopfli-binding.h:5:
../../nan/nan.h:839:18: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
return node::MakeCallback(
^
/Users/brianmccarrie/.node-gyp/10.11.0/include/node/node.h:175:50: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_EXTERN v8::Localv8::Value MakeCallback(
^
In file included from ../src/zopfli-binding.cc:3:
In file included from ../src/zopfli-binding.h:5:
../../nan/nan.h:854:18: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
return node::MakeCallback(
^
/Users/brianmccarrie/.node-gyp/10.11.0/include/node/node.h:168:50: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_EXTERN v8::Localv8::Value MakeCallback(
^
In file included from ../src/zopfli-binding.cc:3:
In file included from ../src/zopfli-binding.h:5:
../../nan/nan.h:869:18: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
return node::MakeCallback(
^
/Users/brianmccarrie/.node-gyp/10.11.0/include/node/node.h:161:50: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_EXTERN v8::Localv8::Value MakeCallback(
^
In file included from ../src/zopfli-binding.cc:3:
In file included from ../src/zopfli-binding.h:5:
../../nan/nan.h:1478:31: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
return scope.Escape(node::MakeCallback(
^
/Users/brianmccarrie/.node-gyp/10.11.0/include/node/node.h:175:50: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_EXTERN v8::Localv8::Value MakeCallback(
^
4 warnings generated.
4 warnings generated.
rm: ./Release/.deps/Release/obj.target/zopfli/src/zopfli-binding.o.d.raw: No such file or directory
make: *** [Release/obj.target/zopfli/src/zopfli-binding.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-gyp/lib/build.js:258:23)
gyp ERR! stack at ChildProcess.emit (events.js:182:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)
gyp ERR! System Darwin 15.6.0
gyp ERR! command "/usr/local/Cellar/node/10.11.0/bin/node" "/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-zopfli/lib/binding/node-v64-darwin-x64/zopfli.node" "--module_name=zopfli" "--module_path=/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-zopfli/lib/binding/node-v64-darwin-x64"
gyp ERR! cwd /Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-zopfli
gyp ERR! node -v v10.11.0
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok
node-pre-gyp ERR! build error
node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/Cellar/node/10.11.0/bin/node /Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-zopfli/lib/binding/node-v64-darwin-x64/zopfli.node --module_name=zopfli --module_path=/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-zopfli/lib/binding/node-v64-darwin-x64' (1)
node-pre-gyp ERR! stack at ChildProcess. (/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
node-pre-gyp ERR! stack at ChildProcess.emit (events.js:182:13)
node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:962:16)
node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5)
node-pre-gyp ERR! System Darwin 15.6.0
node-pre-gyp ERR! command "/usr/local/Cellar/node/10.11.0/bin/node" "/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-zopfli/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-zopfli
node-pre-gyp ERR! node -v v10.11.0
node-pre-gyp ERR! node-pre-gyp -v v0.6.39
node-pre-gyp ERR! not ok
Failed to execute '/usr/local/Cellar/node/10.11.0/bin/node /Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-zopfli/lib/binding/node-v64-darwin-x64/zopfli.node --module_name=zopfli --module_path=/Applications/MAMP/htdocs7/october/themes/mytheme/node_modules/node-zopfli/lib/binding/node-v64-darwin-x64' (1)
CXX(target) Release/obj.target/zopfli/src/png/zopflipng.o
In file included from ../src/png/zopflipng.cc:3:
../../nan/nan.h:839:18: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
return node::MakeCallback(
^
/Users/brianmccarrie/.node-gyp/10.11.0/include/node/node.h:175:50: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_EXTERN v8::Localv8::Value MakeCallback(
^
In file included from ../src/png/zopflipng.cc:3:
../../nan/nan.h:854:18: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
return node::MakeCallback(
^
/Users/brianmccarrie/.node-gyp/10.11.0/include/node/node.h:168:50: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_EXTERN v8::Localv8::Value MakeCallback(
^
In file included from ../src/png/zopflipng.cc:3:
../../nan/nan.h:869:18: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
return node::MakeCallback(
^
/Users/brianmccarrie/.node-gyp/10.11.0/include/node/node.h:161:50: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_EXTERN v8::Localv8::Value MakeCallback(
^
In file included from ../src/png/zopflipng.cc:3:
../../nan/nan.h:1478:31: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
return scope.Escape(node::MakeCallback(
^
/Users/brianmccarrie/.node-gyp/10.11.0/include/node/node.h:175:50: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_EXTERN v8::Localv8::Value MakeCallback(
^
4 warnings generated.
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/blocksplitter.o
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/cache.o
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/deflate.o
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/gzip_container.o
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/hash.o
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/katajainen.o
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/lz77.o
In file included from ../zopfli/src/zopfli/lz77.c:21:
../zopfli/src/zopfli/symbols.h:38:12: warning: unused function 'ZopfliGetDistExtraBits' [-Wunused-function]
static int ZopfliGetDistExtraBits(int dist) {
^
../zopfli/src/zopfli/symbols.h:61:12: warning: unused function 'ZopfliGetDistExtraBitsValue' [-Wunused-function]
static int ZopfliGetDistExtraBitsValue(int dist) {
^
../zopfli/src/zopfli/symbols.h:138:12: warning: unused function 'ZopfliGetLengthExtraBits' [-Wunused-function]
static int ZopfliGetLengthExtraBits(int l) {
^
../zopfli/src/zopfli/symbols.h:161:12: warning: unused function 'ZopfliGetLengthExtraBitsValue' [-Wunused-function]
static int ZopfliGetLengthExtraBitsValue(int l) {
^
../zopfli/src/zopfli/symbols.h:222:12: warning: unused function 'ZopfliGetLengthSymbolExtraBits' [-Wunused-function]
static int ZopfliGetLengthSymbolExtraBits(int s) {
^
../zopfli/src/zopfli/symbols.h:231:12: warning: unused function 'ZopfliGetDistSymbolExtraBits' [-Wunused-function]
static int ZopfliGetDistSymbolExtraBits(int s) {
^
6 warnings generated.
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/squeeze.o
In file included from ../zopfli/src/zopfli/squeeze.c:28:
../zopfli/src/zopfli/symbols.h:61:12: warning: unused function 'ZopfliGetDistExtraBitsValue' [-Wunused-function]
static int ZopfliGetDistExtraBitsValue(int dist) {
^
../zopfli/src/zopfli/symbols.h:161:12: warning: unused function 'ZopfliGetLengthExtraBitsValue' [-Wunused-function]
static int ZopfliGetLengthExtraBitsValue(int l) {
^
../zopfli/src/zopfli/symbols.h:222:12: warning: unused function 'ZopfliGetLengthSymbolExtraBits' [-Wunused-function]
static int ZopfliGetLengthSymbolExtraBits(int s) {
^
../zopfli/src/zopfli/symbols.h:231:12: warning: unused function 'ZopfliGetDistSymbolExtraBits' [-Wunused-function]
static int ZopfliGetDistSymbolExtraBits(int s) {
^
4 warnings generated.
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/tree.o
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/util.o
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/zlib_container.o
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/zopfli_lib.o
CXX(target) Release/obj.target/zopfli/zopfli/src/zopflipng/zopflipng_lib.o
CXX(target) Release/obj.target/zopfli/zopfli/src/zopflipng/lodepng/lodepng.o
CXX(target) Release/obj.target/zopfli/zopfli/src/zopflipng/lodepng/lodepng_util.o
SOLINK_MODULE(target) Release/zopfli.node
success Saved lockfile.
✨ Done in 101.17s.
Brian-McCarries-iMac:mytheme brianmccarrie$ yarn run setup
yarn run v1.10.1
$ node build/setup.js
Setup a new Vuetober theme

Name: (mytheme)
Description: my vue theme
Author: jr
Application URL: http://localhost7/october/
Remove setup command (y/n): (y)
Remove git repository (y/n): (y)

Vuetober set up complete, time to build something amazing!

You'll need to run the following command before viewing your theme in the browser.

$ npm run build
✨ Done in 27.41s.
Brian-McCarries-iMac:mytheme brianmccarrie$ yarn run build
yarn run v1.10.1
$ node build/build.js
⠸ building for production...(node:35091) DeprecationWarning: Chunk.modules is deprecated. Use Chunk.getNumberOfModules/mapModules/forEachModule/containsModule instead.
Hash: 29dab53eee77640a8f3c
Version: webpack 3.10.0
Time: 3669ms
Asset Size Chunks Chunk Names
static/img/october.6f76222.png 12.2 kB [emitted]
static/js/vendor.96b53dafee0ccdedcf30.js 117 kB 0 [emitted] vendor
static/js/app.72f669c812a470f8096b.js 16.8 kB 1 [emitted] app
static/js/manifest.f38d082d91974c2fe9bc.js 1.45 kB 2 [emitted] manifest
static/css/app.d978032418d1af15ff78ad590dde7c67.css 2.72 kB 1 [emitted] app
static/css/app.d978032418d1af15ff78ad590dde7c67.css.map 12.3 kB 1 [emitted] app
../pages/index.htm 847 bytes [emitted]

Build complete.

✨ Done in 5.86s.
Brian-McCarries-iMac:mytheme brianmccarrie$ yarn run dev
yarn run v1.10.1
$ node build/dev-server.js
ℹ 「wdm」: wait until bundle finished:
[Browsersync] Proxying: http://localhost7
[Browsersync] Access URLs:

   Local: http://localhost:3002/october/
External: hiding this for security purposes

      UI: http://localhost:3003

UI External: hiding this for security purposes

DONE Compiled successfully in 2895ms 10:44:19 AM

ℹ 「wdm」: Hash: 3f28705b6d3d9711aaa1
Version: webpack 3.10.0
Time: 2895ms
Asset Size Chunks Chunk Names
static/img/october.6f76222.png 12.2 kB [emitted]
app.js 1.44 MB 0 [emitted] [big] app
src/index.html 745 bytes [emitted]
[1] ./node_modules/vue/dist/vue.runtime.esm.js 209 kB {0} [built]
[28] ./node_modules/vue-router/dist/vue-router.esm.js 65.6 kB {0} [built]
[45] multi ./build/dev-client ./src/main.js 40 bytes {0} [built]
[46] ./build/dev-client.js 257 bytes {0} [built]
[47] ./node_modules/eventsource-polyfill/dist/browserify-eventsource.js 852 bytes {0} [built]
[49] (webpack)-hot-middleware/client.js?noInfo=true&reload=true 7.35 kB {0} [built]
[62] ./src/main.js 514 bytes {0} [built]
[63] ./src/root.vue 1.69 kB {0} [built]
[67] ./node_modules/timers-browserify/main.js 1.9 kB {0} [built]
[69] ./node_modules/axios/index.js 40 bytes {0} [built]
[70] ./node_modules/axios/lib/axios.js 1.37 kB {0} [built]
[88] ./src/app/boot.js 294 bytes {0} [built]
[123] ./src/app/routes.js 265 bytes {0} [built]
[124] ./src/pages/home/home.vue 1.8 kB {0} [built]
[129] ./src/pages/videos/videos.vue 1.81 kB {0} [built]
+ 117 hidden modules
Child html-webpack-plugin for "src/index.html":
Asset Size Chunks Chunk Names
src/index.html 1.45 MB 0
[0] ./node_modules/html-webpack-plugin/lib/loader.js!./src/index.htm 1.08 kB {0} [built]
[1] ./node_modules/lodash/lodash.js 540 kB {0} [built]
[2] (webpack)/buildin/global.js 509 bytes {0} [built]
[3] (webpack)/buildin/module.js 517 bytes {0} [built]
ℹ 「wdm」: Compiled successfully.

Listening at http://localhost:3000

from vuetober.

scottbedard avatar scottbedard commented on July 19, 2024

Looks like it setup and built correctly, do you have a /pages/index.htm file in your theme directory after running yarn build? If so, are the assets being referenced in that file at the correct urls? They should look something like this

<script src="/themes/mytheme/assets/..."></script>

Or if you want, go ahead and upload your theme directory to a repo, that might make it easier to look at

from vuetober.

scottbedard avatar scottbedard commented on July 19, 2024

Closing this issue, as there is not enough information to reproduce the problem. We can reopen it if a reproduction repo is created, or if more information is provided.

from vuetober.

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.